home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / GrayCell.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  131 b   |  11 lines

  1. #import <appkit/Cell.h>
  2.  
  3. @interface GrayCell:Cell
  4. {
  5.    BOOL drawGray;
  6. }
  7.  
  8. - setDrawGray:(BOOL)dg;
  9. - setTextAttributes:textObj;
  10.  
  11. @end